Click or drag to resize

UserId Class

Identifies a delegate user or a user who has folder access permissions.
Inheritance Hierarchy
SystemObject
  Independentsoft.ExchangeUserId

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class UserId

The UserId type exposes the following members.

Constructors
  NameDescription
Public methodUserId
Initializes a new instance of the UserId class.
Public methodUserId(String)
Initializes a new instance of the UserId class.
Public methodUserId(StandardUser)
Initializes a new instance of the UserId class.
Public methodUserId(String, String)
Initializes a new instance of the UserId class.
Top
Properties
  NameDescription
Public propertyDisplayName
Defines the display name of a folder, contact, distribution list, or delegate user.
Public propertyPrimarySmtpAddress
Represents the primary Simple Mail Transfer Protocol (SMTP) address of an account to be used for delegate access.
Public propertySid
Represents the security descriptor definition language (SDDL) form of the security identifier (SID).
Public propertyStandardUser
Identifies Anonymous and Default user accounts for delegate access.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Converts the value of the current UserId object to its equivalent string representation.
(Overrides ObjectToString.)
Top
See Also